'DeclarationPublic Shared Sub RGBToHSV( _ ByVal r As Byte, _ ByVal g As Byte, _ ByVal b As Byte, _ ByRef h As Single, _ ByRef s As Byte, _ ByRef v As Byte _ )
public procedure RGBToHSV( r: Byte; g: Byte; b: Byte; Out h: Single; Out s: Byte; Out v: Byte ); static;
Parameters
- r
 - g
 - b
 - h
 - s
 - v
 
